Welcome![Sign In][Sign Up]
Location:
Search - optimal power flow in MATLAB

Search list

[matlabmatpower3.0b3

Description: 电力系统最优潮流程序,可以应用于电力市场下的最优潮流计算。适合电力系统专业的同仁使用-optimal power flow procedure can be applied to the electricity market under the optimal power flow calculation. Power systems for the professional colleagues use
Platform: | Size: 837632 | Author: 仲伟宽 | Hits:

[matlabrunduopf

Description: 最优潮流计算,可用于电力系统输电阻塞管理,经济调度等-optimal power flow calculation can be used in electricity transmission congestion management system, economic scheduling
Platform: | Size: 1024 | Author: 罗风 | Hits:

[Other systemspso-powerflow

Description: 基于matlab的基本粒子群优化算法,可应用与最优潮流计算等-Matlab-based optimization of the particle swarm algorithm can be applied with optimal power flow calculation
Platform: | Size: 2048 | Author: milan | Hits:

[Otherfengye032

Description: 关于电力系统最优潮流计算的MATLAT程序.可以实现最优潮流的.-on the optimal power flow calculation MATLAT procedures. Can achieve optimal power flow.
Platform: | Size: 12288 | Author: 张丹杰 | Hits:

[matlabmatpower3.1b2

Description: MATPOWER 一款基于MATLAB的电力系统潮流计算及优化的程序,很好很强大-MATPOWER a MATLAB-based Power Flow Calculation and optimization of procedures, very very powerful
Platform: | Size: 1829888 | Author: | Hits:

[matlabfinalopf

Description: matpower软件下,最优潮流程序完整版,希望对大家有用-matpower software, the optimal power flow procedures for the full version, in the hope that useful to everybody
Platform: | Size: 122880 | Author: 魏艳霞 | Hits:

[matlabMATLABzuijiachaoliujisuan

Description: MATLAB潮流计算和最优潮流计算的程序,对毕业设计有一定用处-MATLAB flow calculation and optimal power flow calculation procedures, graduation design has some use in
Platform: | Size: 140288 | Author: 柳三喜 | Hits:

[matlabOPF

Description: 最优潮流计算应用matlab程序计算最优潮流问题。包括14节点等。-Optimal Power Flow
Platform: | Size: 195584 | Author: 于贵恩 | Hits:

[matlablinedatas

Description: busdatas of IEEE standard systems for Optimal power flow
Platform: | Size: 2048 | Author: saumyagautam2007 | Hits:

[matlabbusdatas

Description: linedatas of IEEE standard systems for Optimal power flow
Platform: | Size: 1024 | Author: saumyagautam2007 | Hits:

[OtherMatDyn1.1

Description: MatDyn是基于Matlab的开源软件,解决电力系统动态仿真问题。 它的开发灵感来自于Matpower软件。 这个开源软件还蛮新的,大家下载了玩玩。-MatDyn is a free Matlab based open source program to perform dynamic ana- lysis of electric power systems. It is inspired by Matpower, a power flow and optimal power flow program in Matlab and shares its philosophy: “It is intended as a simulation tool for researchers and educators that is easy to use and mo-dify.” [1]. The source code of MatDyn is available [2]. Care has been taken to keep it well structured and easy to understand.
Platform: | Size: 178176 | Author: duxiaoshi | Hits:

[Other systemsProgramDevelop

Description: OPF by Chaotic Optimization-to solve the optimal power flow problem by chaotic optimization
Platform: | Size: 130048 | Author: Sun Chi Long | Hits:

[Otherpsat

Description: 最新的电力系统计算的工具包,包括连续潮流、最优潮流计算。-The latest calculation of power system kits, including the continuation power flow, optimal power flow calculation.
Platform: | Size: 1661952 | Author: 段昊 | Hits:

[Software Engineering1111

Description: 基于免疫禁忌混合算法的多目标最优潮流计算[PDF].-Multi-objective Optimal Power Flow Calculation Based on Immune/Tabu Search Hybrid Algorithm
Platform: | Size: 97280 | Author: 王飞 | Hits:

[Bookspsoopf

Description: code for optimal power flow using pso
Platform: | Size: 59392 | Author: madhavaraok | Hits:

[Mathimatics-Numerical algorithmsshili

Description: 基于改进粒子群算法的多目标最优潮流计算 基于改进粒子群算法的多目标最优潮流计算-Particle Swarm Optimization Based on Improved Multi-objective Optimal Power Flow
Platform: | Size: 3072 | Author: 余开江 | Hits:

[Software EngineeringMATLAB

Description: 一、 牛顿-拉夫逊法概要 首先对一般的牛顿-拉夫逊法作一简单说明。已知一个变量X的函数 (4-6) 解此方程式时,由适当的近似值X(0)出发,根据 (4-7) 反复进行计算,当X(n)满足适当的收敛判定条件时就是(4-6)式的根。这样的方法就是所谓的牛顿-拉夫逊法。 式(4-7)就是取第n次近似解X(n)在曲线 上的点 处的切线与X轴的交点作下一次X(n+1)值的方法。参考图4-2(a)。在这一方法中为了能收敛于真解,初值X(0)的选取及函数f(X)必须满足适当的条件,如图4-2(b)所示的那种情况就不能收敛或收敛到别的根上去。 这一方法还可以做下面的解释,设第n次迭代得到的解与真值之差,即 的误差为 时,则 (4-8) 把 在 附近对 用泰勒级数展开 (4-9) 上式略去 以下的项 (4-10) 的误差可近似由上式计算出来 图4-2 (4-11) 比较式(4-7)和(4-11),可以看出牛顿-拉夫逊法的修正量和 的误差的一次项相等。 用同样的方法考虑,给出对n个变量 -:Because of the importance and complexity of power system, better algorithm and programme language is very important . An interior point method based on the perturbed Karush2Kuhn2Tucker (KKT) condition is pre2 sented in this paper , where the method and process for the optimal power flow is treated through the Matlab’s symbolic math toolbox and Mfunction is also presented. Using the symbolic code , it can improve the adaptability of the programme dramatically. The advantage is that , what we need to do is change the model expression. We can make use of the symbolic programme to check our programme while we write the Mfunctions. Using the Mat2 lab , we find the optimal solutions and calculate quickly and efficiently. It has proposed the powerful and unique functions of Matlab in the optimization and calculation for power system. Key words :power system symbolic calculation optimal power flow interior point method
Platform: | Size: 9216 | Author: 范凯 | Hits:

[AI-NN-PRpso-optimal-power-flow

Description: 使用粒子群优化算法对电力系统最有潮流进行优化,比较不错的程序-Using particle swarm optimization algorithm for power system to optimize the power flow, relatively good program
Platform: | Size: 2048 | Author: dj | Hits:

[AI-NN-PRDesktop

Description: OPTIMAL POWER FLOW CONTROL WITH UPFC FOR TRANSMISSION POWER SYSTEM
Platform: | Size: 1974272 | Author: ASHOK KUMAR | Hits:

[Energy industryOptimal Power Flow using PSO

Description: Optimal Power Flow using PSO in MATLAB platform.
Platform: | Size: 14188 | Author: faraji.project@gmail.com | Hits:
« 12 »

CodeBus www.codebus.net